home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003a.iso / Top10Freeware / PL / GreatFamily 1.1 / GF_Setup.exe / AppDir\greatfamily.exe / 0 / RCDATA / TCREATETREEDLG / TCREATETREEDLG.txt < prev   
Encoding:
Text File  |  2002-04-04  |  1.3 KB  |  75 lines

  1. object CreateTreeDlg: TCreateTreeDlg
  2.   Left = 318
  3.   Top = 198
  4.   BorderStyle = bsDialog
  5.   Caption = 'Create Tree'
  6.   ClientHeight = 99
  7.   ClientWidth = 246
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 69
  21.     Top = 25
  22.     Width = 110
  23.     Height = 13
  24.     Caption = 'Number of generations:'
  25.   end
  26.   object Image1: TImage
  27.     Left = 24
  28.     Top = 16
  29.     Width = 32
  30.     Height = 32
  31.     AutoSize = True
  32.     Picture.Data = {<image000.ico>}
  33.   end
  34.   object Edit1: TEdit
  35.     Left = 185
  36.     Top = 22
  37.     Width = 24
  38.     Height = 21
  39.     MaxLength = 1
  40.     TabOrder = 0
  41.     Text = '5'
  42.   end
  43.   object UpDown1: TUpDown
  44.     Left = 209
  45.     Top = 22
  46.     Width = 15
  47.     Height = 21
  48.     Associate = Edit1
  49.     Min = 0
  50.     Position = 5
  51.     TabOrder = 1
  52.     Wrap = False
  53.   end
  54.   object Button1: TButton
  55.     Left = 56
  56.     Top = 64
  57.     Width = 65
  58.     Height = 25
  59.     Caption = 'OK'
  60.     Default = True
  61.     TabOrder = 2
  62.     OnClick = Button1Click
  63.   end
  64.   object Button2: TButton
  65.     Left = 128
  66.     Top = 64
  67.     Width = 65
  68.     Height = 25
  69.     Cancel = True
  70.     Caption = 'Cancel'
  71.     TabOrder = 3
  72.     OnClick = Button2Click
  73.   end
  74. end
  75.